Synch to Eric Ludlam's upstream CEDET repository.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 19 Sep 2009 17:25:30 +0000 (17:25 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 19 Sep 2009 17:25:30 +0000 (17:25 +0000)
commit17e8190d9bbc22c3ac83022d5e70006241754aae
treeb22efea0b68d52e1837ed9f0d7dce6e976e54ba2
parent32e893fbb2dd0a1f3121470ef88c118ef1bb4573
Synch to Eric Ludlam's upstream CEDET repository.

* cedet/semantic/db.el (semanticdb-get-buffer): Wrap find-file in
save-match-data.

* cedet/semantic/db-global.el (semanticdb-test-gnu-global): Wrap
find-file in save-match-data.

* cedet/semantic/util.el (semantic-file-tag-table)
(semantic-recursive-find-nonterminal-by-name): Wrap find-file in
save-match-data.

* cedet/semantic/tag.el (semantic-tag-buffer): Wrap find-file in
save-match-data.

* cedet/semantic/tag-file.el (semantic-go-to-tag): Wrap the "goto"
part with save-match-data.

* cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
Save match data around calling the major mode to enable.

* cedet/semantic/format.el (semantic-format-tag-short-doc-default):
Wrap find-file in save-match-data.

* cedet/semantic/fw.el (semantic-find-file-noselect): Wrap
find-file in save-match-data
lisp/ChangeLog
lisp/cedet/semantic/db-global.el
lisp/cedet/semantic/db.el
lisp/cedet/semantic/format.el
lisp/cedet/semantic/fw.el
lisp/cedet/semantic/lex-spp.el
lisp/cedet/semantic/tag-file.el
lisp/cedet/semantic/tag.el
lisp/cedet/semantic/util.el